home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / wildhearts_stage_dive.swf / scripts / frame_1 / DoAction.as < prev   
Text File  |  2011-08-19  |  270b  |  15 lines

  1. sponsor_btn.onMouseDown = function()
  2. {
  3.    if(this.hitTest(_root._xmouse,_root._ymouse))
  4.    {
  5.       _root.kvClick(467);
  6.    }
  7. };
  8. tinymania_btn.onMouseDown = function()
  9. {
  10.    if(this.hitTest(_root._xmouse,_root._ymouse))
  11.    {
  12.       _root.kvClick(468);
  13.    }
  14. };
  15.